func encoding/asn1.appendTimeCommon

3 uses

	encoding/asn1 (current package)
		marshal.go#L405: 	return appendTimeCommon(dst, t), nil
		marshal.go#L416: 	return appendTimeCommon(dst, t), nil
		marshal.go#L419: func appendTimeCommon(dst []byte, t time.Time) []byte {